home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / dvivga9.zip / SPECIAL.H < prev    next >
Text File  |  1988-05-30  |  479b  |  15 lines

  1. /* -*-C-*- special.h */
  2. /*-->special*/
  3. /**********************************************************************/
  4. /****************************** special *******************************/
  5. /**********************************************************************/
  6.  
  7. void
  8. special(s)            /* process TeX \special{} string in s[] */
  9. register char *s;
  10. {
  11.     (void)sprintf(message,
  12.     "special():  TeX \\special{%s} not implemented in this driver",s);
  13.     (void)warning(message);
  14. }
  15.